`summarise()` regrouping output by 'country' (override with `.groups` argument)
`summarise()` regrouping output by 'date' (override with `.groups` argument)
`summarise()` regrouping output by 'date' (override with `.groups` argument)
`summarise()` regrouping output by 'country' (override with `.groups` argument)
## `summarise()` regrouping output by 'country', 'province', 'lat', 'long' (override with `.groups` argument)
The Coronavirus Dashboard: Philippines
This Coronavirus dashboard: Philippines provides an overview of the 2019 Novel Coronavirus COVID-19 (2019-nCoV) epidemic for Philippines. This dashboard is built with R using the R Makrdown framework and was adapted from this dashboard by Rami Krispin.
Data
The input data for this dashboard is the dataset available from the {coronavirus} R package. Make sure to download the development version of the package to have the latest data:
install.packages("devtools")
devtools::install_github("RamiKrispin/coronavirus")
The data and dashboard are refreshed on a daily basis.
The raw data is pulled from the Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus repository.
Update
The data is as of Friday August 21, 2020 and the dashboard has been updated on Saturday August 22, 2020.